home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / BASCoMPress.SPK / !BC / Messages / Default
Text File  |  1995-02-16  |  4KB  |  128 lines

  1. #
  2. # Messages for BasCompress
  3.  
  4. Warning:    warning %d:% 
  5. W1:    Expecting PROC or FN after DEF
  6. W2:    DEF inside a routine
  7. W3:    Unexpected period `.'
  8. W4:    Mismatched quotes `""'
  9. W5:    Malformed hexadecimal number
  10. W6:    Malformed binary number
  11. W7:    Line number reference found
  12. W8:    Expecting routine name after PROC or FN
  13. W9:    ENDPROC not at end of procedure
  14. W10:    = not at end of function
  15. W11:    Code found on last line of function
  16. W12:    Expecting a string after LIBRARY/INSTALL
  17. W13:    OVERLAY not parsed, use special file or inline comment
  18. W14:    Unexpected `['
  19. W15:    Unexpected `]'
  20. W16:    ENDPROC inside a %s structure
  21. W17:    = inside a %s structure
  22. W18:    Conditional %s
  23. W19:    Too many `(' found
  24. W20:    Unexpected `)' found
  25. W21:    Routine %s already defined at %s
  26. W22:    Malformed decimal number
  27. W23:    The (global) special routine %s is not defined anywhere
  28. W24:    SWI name missing, or not simple
  29. W25:    SWI `%s' is unknown
  30. W26:    Can't change to screen mode %d
  31. W27:    Special variable %s has been used
  32. W28:    Special routine %s has been used
  33. W29:    Special library %s has been used
  34. W30:    Special overlay %s has been used
  35. W31:    Found TOP, treated as 'TOP' and not 'TO P'
  36.  
  37. Error:        error %d:% 
  38. E1:    Expecting R0..R15
  39. E2:    ENDPROC found in a function
  40. E3:    = found in a procedure
  41. E4:    Routine %s already defined at %s
  42. E5:    File error: %s
  43. E6:    End of file in middle of routine
  44. E7:    Too many files (>254)
  45. E8:    Undefined routine: %s (used %s)
  46. E9:    Undefined variable: %s (used %s)
  47. E10:    FOR not at start of statement
  48. E11:    Escape pressed, parsing aborted
  49. E12:    File %s does not have a Basic file type
  50. E13:    File %s is too small to be a Basic type
  51. E14:    File is corrupted/not basic
  52. E15:    Escape pressed, xref aborted
  53. E16:    Escape pressed, compression aborted
  54. E17:    Unexpected %s in a %s structure
  55. E18:    Unexpected %s
  56. E19:    End of file in middle of assembler
  57. E20:    OTHERWISE not at start of line
  58. E21:    WHEN not at start of line
  59. E22:    Computed GOTO/GOSUB found
  60. E23:    INSTALL/LIBRARY not at start of line
  61. E24:    INSTALL/LIBRARY can not be on a conditional line
  62. E25:    The special routine `%s' was declared as having different parameters from those found here
  63. E26:    The special routine `%s' wants a string constant for one of its' parameters
  64. E27:    Line too long (max 256)
  65. E28:    Line `%s' is not of a recognised form
  66. E29:    Label `%s' is invalid
  67. E30:    Parameter list `%s' is invalid
  68. E31:    Parameter list `%s' contains a duplicate
  69. E32:    Implicit label substitution overflowed
  70. E33:    Too many special routines (max 255)
  71. E34:    Unable to load special file (not Text?)
  72. E35:    SWI name missing, or not simple
  73. E36:    Illegal screen mode
  74. E37:    Bad main program, unterminated %s structure
  75. E38:    Can't find closing ellipsis in special routine parameter
  76. E39:    Bad char `%c' following > or : in special routine parameter
  77. E40:    Called routine `%s' with wrong number of parameters
  78.  
  79. Overlay:    inline OVERLAY %s
  80. LOCK:    inline LOCK 
  81.  
  82. # These are for the xref (and stats of label refs)
  83. #
  84. Comma:        ,% 
  85. SemiColon:    ;% 
  86. Name:        \n%s%s
  87. Defined:    \n  Defined:\t
  88. Calls:    \n  Calls:\t
  89. CalledBy:    \n  Called by:\t
  90. Declare:    \n  Declared:\t
  91. Assign:        \n  Assigned:\t
  92. Refer:        \n  Referenced:\t
  93. Undefined:    % UNDEFINED
  94. Deleted:    % DELETED
  95. To:        % to% 
  96. None:        (none)
  97. Multiple:    % (%d)
  98. UnusedRtns:    \nUnused routine(s):\t
  99. UnusedVars:    \nUnused variable(s):\t
  100. ConstantVars:    \nConstant variable(s):\t
  101. MainProgram:    main program
  102. Unlinked:    {unlinked}
  103. ProcedurePrefix:    PROC
  104. FunctionPrefix:    FN
  105.  
  106. # These are log stuff
  107. #
  108. SpecialTitle:    Scanning special file %s\n
  109. ScanTitle:    Scanning %s\n
  110. XRefTitle:    Cross reference of %s\n
  111. CompressTitle:    Creating %s\n
  112. OverlayTitle:    Creating overlay %s\n
  113. Result:    Output file size is %d bytes, = %d%%%% of original file (saving %d bytes)
  114. Goto:        Line numbers found at:\t
  115. Eval:        EVALs found at:\t
  116. Data:        DATAs found at:\t
  117. Read:        READs found at:\t
  118. Stats:        Statistics:\t
  119. Parsed:        \nParsing completed with %s, and %s\n
  120. ParsedError:    error
  121. ParesedWarning:    warning
  122. Zero:        no %ss
  123. One:        one %s
  124. Many:        %d %ss
  125. Label:        %? integer, real, string, integer array, real array, string array, procedure, function
  126. Here:        here
  127.  
  128. SysError:        A system error was detected (&%x): %s